From fb4874b4dd47dadd25ea8b0c7f6f47aa3d8d27ef Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 26 Jan 2008 17:53:18 +0000 Subject: [PATCH] (tags-query-replace): Doc fix. --- lisp/progmodes/etags.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index edff63acb3f..a22853fb404 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -1820,8 +1820,11 @@ See documentation of variable `tags-file-name'." Third arg DELIMITED (prefix arg) means replace only word-delimited matches. If you exit (\\[keyboard-quit], RET or q), you can resume the query replace with the command \\[tags-loop-continue]. +Fourth arg FILE-LIST-FORM non-nil means initialize the replacement loop. +Fifth and sixth arguments START and END are accepted, for compatibility +with `query-replace-regexp', and ignored. -See documentation of variable `tags-file-name'." +See also documentation of the variable `tags-file-name'." (interactive (query-replace-read-args "Tags query replace (regexp)" t t)) (setq tags-loop-scan `(let ,(unless (equal from (downcase from)) '((case-fold-search nil))) -- 2.30.2